NoSQL operator: widest

Prints the maximum width of each column in the input NoSQL table.

Usage: widest [options]

Options:
    --input (-i) 'file'
      Read input from 'file' instead of STDIN.

    --help (-h)
      Display this help text.

    --separator (-s) 'string'
      Consider 'string' as the justified table separator.
      Default is one TAB.

    --add (-a) 'n'
      Add 'n' to the computed length(s). Default is to add '0'.

    --report (-r)
      List also the table contents on output.

    --include-header (-H)
      Include table header column widths (with separators).

    --no-header (-N)
      Do not print the table header on output.

    --row (-R)
      Print just the max. record width. Implies '-N' and '-H',
      and ignores '-r'.
Back